home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / EDITOR / BLANK12.ARJ / BLANK12.DOC < prev    next >
Text File  |  1992-03-24  |  3KB  |  85 lines

  1. Program:   Blankit
  2. Version:   1.2
  3. Date:      03/24/92
  4. Author:    George Spafford
  5.  
  6. Purpose:
  7.  
  8. To analyze ASCII data files and if desired, to remove blank lines.
  9.  
  10. Procedure:
  11.  
  12. If you just want to identify the number of records, if there are any blank
  13. records, the minimum record length and the maximum record length, the run
  14. BlankIt and just specify an input file only.  If you specify an output file,
  15. the it will assume that you want to produce a corrected file.
  16.  
  17. If you are doing a conversion, then you may invoke BlankIt from the command
  18. line followed by the input file, a space, and the output file as follows:
  19.  
  20.      BLANK INPUT.FIL OUTPUT.FIL
  21.      
  22. The program must be able to identify one space between the input name and
  23. the output name.  For this reason, you can NOT specify the input name alone
  24. to have the program do its analysis routine.
  25.  
  26. Specifications:
  27.  
  28. BlankIt requires that the ASCII records have the CR/LF delimitters at the
  29. end of each record (Dec 10 and Dec 13).  
  30.  
  31. When it identifies blank lines, it means that one of the following occurred:
  32.  
  33.      1.  It read in a line and only found the CR/LF end.
  34.      2.  It read in a fixed length line that was all spaces.   
  35.      3.  It read in a variable length line that was all spaces.
  36.      
  37. If it is doing a conversion, it will remove the above mentioned items.
  38.  
  39.  
  40. History:
  41.  
  42. v1.2    03/24/92
  43.         Recompiled using a different video routine to get rid of the
  44.         horrible video updating.
  45.         
  46. v1.1    03/18/92
  47.         Added the ability to identify & removed blank lines that are
  48.         padded with spaces.
  49.         
  50. v1.0    Initial release that happened during the dark ages.
  51.         
  52.  
  53.  
  54.  
  55. REGISTER ME:
  56.  
  57. I hope this program helps you evaluate some of your problems
  58. or even makes some solutions/benefits clear.  This program is
  59. released as shareware.  Its price is $5 for each concurrently
  60. used copy.  If you have any suggestions or comments, I'd REALLY
  61. like to hear those too.
  62.  
  63.                 Sincerely,
  64.  
  65.                 George Spafford
  66.                 3001 LakeShore Drive, #329
  67.                 St. Joseph, MI 49085
  68.  
  69. Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  70.                         FIDOnet: 1:2340/0 NEC/NC Site.
  71.                         Sysop:  Tim Akright
  72.  
  73. And now for the unpleasantries:
  74.  
  75.         
  76. BLANKIT IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  77. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  78. TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  79. WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  80. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  81. SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  82. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  83. ----------------------------------------------------------------
  84.  
  85.